home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / aspell.postinst < prev    next >
Text File  |  2008-08-20  |  139b  |  10 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = "configure" ] ; then
  6.     if [ -x /usr/sbin/aspell-autobuildhash ]; then
  7.         aspell-autobuildhash
  8.     fi
  9. fi
  10.